@charset "UTF-8";
/*公共*/
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "微软雅黑";
  font-size: 16px; }

li{list-style-type:none;}

.clear{ clear:both;}

body {
  scrollbar-arrow-color: #fff;
  /*上下按钮上三角箭头的颜色*/
  scrollbar-face-color: #000;
  /*滚动条凸出部分的颜色*/
  scrollbar-highlight-color: #000;
  /*滚动条空白部分的颜色*/
  scrollbar-shadow-color: #000;
  /*滚动条阴影的颜色*/
  scrollbar-track-color: #0152d2;
  /*滚动条背景颜色*/
  scrollbar-base-color: black;
  /*滚动条的基本颜色*/
  Cursor: url(mouse.cur);
  /*自定义个性鼠标*/
  /*以上2项适用与：body、div、textarea、iframe*/ }

::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 10px; }

::-webkit-scrollbar-button {
  /* 滚动条两端的按钮 */
  width: 10px;
  background-color: #fff; }

::-webkit-scrollbar:horizontal {
  height: 10px; }

::-webkit-scrollbar-track {
  /* 外层轨道 */
  border-radius: 10px; }

::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分 */
  background-color: #000;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  /* 滑块 */
  width: 10px;
  border-radius: 5px;
  background: #0152d2; }

::-webkit-scrollbar-corner {
  /* 边角 */
  width: 10px;
  background-color: red; }

::-webkit-scrollbar-thumb:hover {
  /* 鼠标移入滑块 */
  background: red; }

@media screen and (max-width: 900px) {
  body {
    font-size: 14px; } }

::selection {
  background: #042d97;
  color: #fff; }

::-moz-selection {
  background: #042d97;
  color: #fff; }

::-webkit-selection {
  background: #042d97;
  color: #fff; }

#showdata {
  display: none; }

body {
  overflow-x: hidden; }

img {
  border: 0; }

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.clearfix {
  zoom: 1; }

em, i {
  font-style: normal; }

a {
  font-size: 16px;
  transition: all .3s;
  text-decoration:none; }

a:hover {
  text-decoration: none;
  color: #e51e01; }

.w1300 {
  max-width: 1300px;
  margin: 0 auto; }

.w1200 {
  max-width: 1200px;
  margin: 0 auto; }

.fl {
  float: left; }

.fr {
  float: right; }

.h30 {
  height: 30px; }

.h60 {
  height: 60px; }

.f14 {
  font-size: 14px; }

.f18 {
  font-size: 18px; }

.db {
  display: block; }

.dib {
  display: inline-block; }

/*公共*/
.top_menu {
  font-size: 12px;
  height: 34px;
  background-color: #fdfdfd;
  color: #666666;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  padding: 0 20px; }

.top_lang {
  float: right;
  height: 34px;
  padding: 6px 10px 0px 10px; }
  .top_lang img {
    vertical-align: middle; }

.top_name {
  display: inline-block;
  padding-top: 10px; }

header {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-top: 10px; }
  header .logoImg {
    margin: 15px 0 5px 10px; }
    header .logoImg a {
      display: block;
      float: left; }

.top_tel {
  padding: 25px 20px 0 0; }

.qh_nav {
  z-index: 9999;
  background: #0336ac;
  height: 55px;
  margin-top: 20px; }
  .qh_nav ul {
    width: 1300px; }
  .qh_nav li {
    float: left;
    line-height: 55px;
    height: 55px;
    position: relative; }
    .qh_nav li a {
      color: #fff;
      display: block;
      width: 160px;
      text-align: center;
      height: 55px;
      box-sizing: border-box; }
      .qh_nav li a:hover {
        background: #3d3d3d;
        color: #fff; }
    .qh_nav li .act {
      background: #3d3d3d;
      color: #fff; }
  .qh_nav .qh_nav1 ul {
    visibility: visible;
    opacity: 0;
    width: 160px;
    background: #3d3d3d;
    position: absolute;
    left: 0px;
    top: 86px;
    box-sizing: border-box;
    overflow: hidden;
    transition: .5s;
    z-index: 9999;
    font-size: 14px; }
    .qh_nav .qh_nav1 ul:before {
      display: none; }
    .qh_nav .qh_nav1 ul a {
      width: 100%;
      color: #fff;
      display: block;
      float: left;
      height: 50px;
      font-size: 14px;
      border-bottom: 1px dotted #ccc; }
      .qh_nav .qh_nav1 ul a:before {
        display: none; }
      .qh_nav .qh_nav1 ul a span {
        color: #fff;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .3s;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        text-align: left;
        padding-left: 30px; }
      .qh_nav .qh_nav1 ul a img {
        width: 100%;
        display: block; }
      .qh_nav .qh_nav1 ul a:hover {
        background: #0336ac; }
        .qh_nav .qh_nav1 ul a:hover:before {
          display: none; }
        .qh_nav .qh_nav1 ul a:hover span {
          color: #fff; }
  .qh_nav .qh_nav1:hover ul {
    visibility: visible;
    opacity: 1;
    top: 55px; }

/*左右滚动*/
.syal {
  overflow: hidden;
  width: 96%;
  margin: 60px auto; }
  .syal h2 {
    margin: 9px auto 20px auto; }
    .syal h2 ul {
      float: right; }
      .syal h2 ul strong {
        float: right;
        width: 200px;
        border-right: 1px solid #ccc;
        text-align: center;
        font-size: 50px; }
        .syal h2 ul strong em {
          display: block;
          font-size: 16px;
          color: #404040;
          font-weight: normal; }
        .syal h2 ul strong i {
          font-size: 16px;
          color: #404040;
          font-weight: normal; }
  .syal .syal1 {
    margin-top: 40px; }
    .syal .syal1 li:nth-of-type(1) {
      width: 720px;
      height: 510px; }
  .syal li {
    float: left;
    margin-right: 15px;
    width: 267px;
    height: 240px;
    position: relative;
    margin-bottom: 30px; }
    .syal li a {
      display: block;
      box-sizing: border-box;
      overflow: hidden; }
      .syal li a img {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; }
      .syal li a ol {
        color: #fff;
        text-align: center;
        font-size: 18px;
        padding: 20px 0;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.63);
        transition: all .3s; }
      .syal li a:hover ol {
        background: rgba(0, 52, 172, 0.705);
        color: #fff; }

/*产品上下滚动*/
.sycp {
  overflow: hidden;
  background: url(../images/1_06.jpg); }
  .sycp h2 {
    margin: 20px auto 0px auto;
    font-size: 38px;
    line-height: 30px;
    text-align: center;
    overflow: hidden; }
    .sycp h2 b {
      color: #191919;
      margin: 15px auto;
      display: block;
      position: relative;
      width: 878px; }
      .sycp h2 b ::before {
        position: absolute;
        right: 120px;
        top: 20px;
        width: 100px;
        height: 1px;
        content: "";
        background: silver; }
      .sycp h2 b ::after {
        position: absolute;
        left: 120px;
        top: 20px;
        width: 100px;
        height: 1px;
        content: "";
        background: silver; }
    .sycp h2 i {
      color: #0152d2; }
    .sycp h2 em {
      display: block;
      font-size: 18px;
      margin-top: 5px;
      font-weight: normal; }
  .sycp .sycp1 {
    width: 1400px;
    margin: 0px auto 0 auto;
    padding-bottom: 40px;
    text-align: center; }
    .sycp .sycp1 a {
      display: inline-block;
      background: url(../images/1_10.png);
      width: 193px;
      height: 173px;
      text-align: center;
      margin-left: 15px; }
      .sycp .sycp1 a img {
        width: 60%;
        margin-top: 30px; }
      .sycp .sycp1 a span {
        display: block;
        text-align: center;
        color: #fff;
        padding-top: 10px;
        font-size: 16px; }
      .sycp .sycp1 a:hover {
        background: url(../images/1_101.png);
        font-size: 16px;
        transform: translateY(-13px); }

.anliroll {
  height: 800px;
  width: 96%;
  margin: 0 auto;
  overflow: hidden; }
  .anliroll li {
    float: left;
    width: 23.2558139535%;
    background: #fff;
    margin: 2% 0 0 1.4%;
    border: 1px solid #ccc; }
    .anliroll li a {
      display: block;
      overflow: hidden;
      position: relative; }
      .anliroll li a h4 {
        overflow: hidden; }
      .anliroll li a img {
        width: 100%;
        display: block;
        transition: all .5s; }
      .anliroll li a ol {
        line-height: 60px;
        color: #555;
        width: 100%;
        transition: all .3s;
        font-size: 16px;
        border-top: 1px solid #e1dfdf;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center; }
        .anliroll li a ol a {
          color: #555;
          font-size: 20px; }
      .anliroll li a:hover {
        color: #fff; }
        .anliroll li a:hover img {
          transform: scaleX(1.2) scaleY(1.2); }
        .anliroll li a:hover ol {
          background: #2b4e9f;
          color: #fff;
          padding-left: 25px; }
        .anliroll li a:hover span {
          background: #fff;
          color: #000;
          border: 1px solid #1574cd; }

.synews {
  overflow: hidden;
  margin-top: 20px; }
  .synews h2 {
    margin: 49px auto 0px auto;
    font-size: 38px;
    line-height: 30px;
    text-align: center; }
    .synews h2 b {
      color: #191919;
      margin: 15px auto;
      display: block;
      position: relative;
      width: 878px; }
      .synews h2 b ::before {
        position: absolute;
        right: 120px;
        top: 20px;
        width: 100px;
        height: 1px;
        content: "";
        background: silver; }
      .synews h2 b ::after {
        position: absolute;
        left: 120px;
        top: 20px;
        width: 100px;
        height: 1px;
        content: "";
        background: silver; }
    .synews h2 i {
      color: #0152d2; }
    .synews h2 em {
      display: block;
      font-size: 18px;
      margin-top: 5px;
      font-weight: normal; }
  .synews dl {
    overflow: hidden;
    margin: 30px auto 50px auto; }
    .synews dl dt a {
      background: #eeeeee;
      display: block;
      position: relative;
      width: 32.5%;
      float: left;
      margin-right: 1%; }
      .synews dl dt a:last-child {
        margin-right: 0; }
      .synews dl dt a em {
        position: absolute;
        width: 92px;
        height: 92px;
        display: block;
        background: #cd0000;
        top: 0;
        left: 0;
        text-align: center;
        color: #fff;
        font-size: 28px;
        padding-top: 15px; }
        .synews dl dt a em u {
          display: block;
          text-decoration: none;
          text-align: center;
          color: #fff;
          font-size: 16px; }
      .synews dl dt a img {
        width: 100%;
        height: 302px; }
      .synews dl dt a .l_news {
        padding: 14px 20px;
        box-sizing: border-box; }
        .synews dl dt a .l_news h5 {
          font-size: 18px;
          margin-bottom: 5px; }
        .synews dl dt a .l_news span {
          line-height: 200%;
          display: block; }
        .synews dl dt a .l_news i {
          font-size: 16px;
          color: #000;
          width: 150px;
          height: 40px;
          line-height: 40px;
          display: block;
          text-align: center;
          margin-top: 20px;
          transition: all .6s;
          border: 1px solid #ccc; }
      .synews dl dt a:hover {
        background: #cd0000; }
        .synews dl dt a:hover h5, .synews dl dt a:hover span {
          color: #fff; }
        .synews dl dt a:hover em {
          background: #fc8f20; }
        .synews dl dt a:hover .l_news i {
          width: 300px;
          color: #fff; }

#footer {
  background: #333333;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px; }
  #footer h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin-bottom: 30px; }
    #footer h3::before {
      position: absolute;
      content: "";
      bottom: -10px;
      left: 0;
      background: #2b4e9f;
      width: 50px;
      height: 3px; }
  #footer .f1 {
    width: 421px; }
    #footer .f1 a {
      border: 1px solid #555555;
      display: inline-block;
      width: 180px;
      text-align: center;
      height: 35px;
      line-height: 35px;
      margin-right: 2%;
      color: #ebebeb;
      margin-bottom: 5px; }
  #footer .f2 {
    width: 184px;
    margin-left: 80px; }
    #footer .f2 a {
      display: inline-block;
      width: 42%;
      text-align: center;
      height: 35px;
      line-height: 35px;
      margin-right: 10px;
      color: #ebebeb; }
  #footer .f3 {
    width: 316px;
    margin-left: 100px;
    color: #777777; }
    #footer .f3 h4 {
      color: #fff;
      margin-bottom: 10px; }
      #footer .f3 h4 strong {
        color: #ec2622;
        font-size: 28px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
    #footer .f3 p {
      color: #ebebeb;
      line-height: 180%; }
  #footer .f4 {
    width: 126px; }
    #footer .f4 em {
      text-align: center;
      display: block;
      margin: 20px auto;
      color: #fff; }

.f5 {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  background: #000; }
  .f5 p {
    text-align: center;
    color: #fff; }
    .f5 p img {
      vertical-align: middle; }
  .f5 img {
    margin-left: 20px; }

/*地图*/
#dituContent {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #f3f1ec;
  color: black;
  text-align: left;
  height: 400px; }

.zs_fl {
  text-align: center; }
  .zs_fl li {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 30px;
    background: #f00018;
    color: #fff;
    margin: 0 5px 5px 0;
    transition: all .3s; }
    .zs_fl li a {
      display: block;
      color: #fff; }
    .zs_fl li:hover {
      background: linear-gradient(#60b62b, #1574cd); }

/*内页banner*/
.nb {
  position: relative;
  height: 570px; }
  .nb ul {
    width: 1300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 150px; }
    .nb ul a {
      width: 13%;
      display: inline-block;
      margin-left: 2%;
      margin-bottom: 15px; }
      .nb ul a img {
        width: 100%;
        border-radius: 50%;
        height: 160px; }
      .nb ul a span {
        color: #fff;
        background: #000;
        padding: 0px 13px;
        display: block;
        text-align: center;
        border-radius: 20px; }
      .nb ul a:hover span {
        background: #1574cd; }

.nb1 {
  background: url(../images/g.jpg) bottom center no-repeat; }

.sppic {
  display: none; }

.sppic1 img {
  display: none; }

.mapBox {
  height: 600px; }

.newsc .listc ul, .newsc .listc li {
  width: 100%; }

.newsc .listc li {
  transition: .3s; }
  .newsc .listc li.grayc {
    background-color: #f8f8f8; }
  .newsc .listc li a {
    padding: 50px 0;
    display: block; }
  .newsc .listc li:nth-of-type(even) {
    background: #f7f7f7; }
  .newsc .listc li:hover {
    background-color: #0e4295; }
    .newsc .listc li:hover .numc img {
      border: 1px solid #fa1e2f; }
    .newsc .listc li:hover .centerc {
      left: -16px; }
.newsc .listc .centerc {
  width: 980px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  left: 0; }
.newsc .listc .numc {
  display: block;
  width: 104px;
  border-right: 1px solid #ddd;
  line-height: 60px;
  font-size: 72px;
  color: #d2d2d2; }
  .newsc .listc .numc img {
    width: 104px; }
.newsc .listc .fontc {
  display: block;
  width: 83.7%;
  font-size: 18px;
  line-height: 30px; }
  .newsc .listc .fontc .introc {
    font-size: 14px;
    color: #bbb; }
  .newsc .listc .fontc p {
    font-size: 18px; }

.newsc .listc li:hover .numc, .newsc .listc li:hover .fontc p, .newsc .listc li:hover .fontc .introc {
  color: #fff; }

.f-cbc:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "."; }

.neaxtpg a {
  float: left;
  display: inline-block;
  width: 42%;
  text-align: center;
  padding: 10px 2%;
  border: 1px solid #ccc;
  margin: 0 1%; }

.neaxtpg a:hover {
  background: #0e4295;
  color: #fff; }

.neaxtpg {
  margin-bottom: 50px; }

.n_main {
  overflow: hidden;
  margin-top: 20px; }

.nmain_l {
  width: 21%; }
  .nmain_l h1 {
    height: 75px;
    background: #0048a6;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 75px;
    font-weight: bold;
    text-align: center; }
    .nmain_l h1 em {
      font-size: 18px;
      color: rgba(255, 255, 255, 0.733);
      font-weight: normal;
      text-align: center; }
  .nmain_l .nmenu {
    border: 1px solid #eee; }
    .nmain_l .nmenu li {
      line-height: 48px;
      font-size: 15px;
      border-bottom: 1px solid #eaeaea; }
      .nmain_l .nmenu li a {
        display: block;
        padding-left: 20px;
        position: relative;
        color: #6f6f6f;
        background: #f3f3f3; }
        .nmain_l .nmenu li a:before {
          content: "";
          width: 7px;
          height: 7px;
          display: block;
          border-bottom: 1px solid currentColor;
          border-right: 1px solid currentColor;
          margin: auto;
          transform: rotate(-45deg);
          position: absolute;
          top: 0;
          bottom: 0;
          right: 1.5em; }
        .nmain_l .nmenu li a:hover {
          background: #cecece;
          padding-left: 25px;
          color: #0048a6; }
      .nmain_l .nmenu li .iconfont {
        position: absolute;
        right: 10px;
        font-size: 16px; }
      .nmain_l .nmenu li .act {
        background: #cecece;
        color: #0048a6; }
        .nmain_l .nmenu li .act .ion {
          color: #fff; }
        .nmain_l .nmenu li .act:hover {
          background: #0048a6;
          color: #fff; }
          .nmain_l .nmenu li .act:hover .ion {
            color: #fff; }
  .nmain_l .l_lx {
    background: #f3f3f3; }
    .nmain_l .l_lx dt {
      height: 75px;
      background: #0048a6;
      color: #fff;
      font-size: 18px;
      font-weight: normal;
      line-height: 75px;
      font-weight: bold;
      text-align: center; }
      .nmain_l .l_lx dt em {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.733);
        font-weight: normal;
        text-align: center; }
    .nmain_l .l_lx dd {
      padding: 20px 10px 20px 10px;
      box-sizing: border-box;
      color: #6f6f6f; }
      .nmain_l .l_lx dd p {
        color: #6f6f6f;
        line-height: 160%; }

.gs_conwz {
  line-height: 200%;
  margin-bottom: 20px; }
  .gs_conwz .ab_tit {
    font-size: 26px;
    color: #000; }
  .gs_conwz .abchan-tag {
    display: inline-block;
    background: url(pcat_xian.gif) repeat-x center;
    padding: 0 20px;
    font-size: 16px;
    color: #6e6e6e; }
    .gs_conwz .abchan-tag span {
      display: block;
      padding: 0 10px;
      background: #fff;
      color: darkgrey; }

.gs_wz {
  margin-top: 20px;
  line-height: 200%; }

.gs_wz p {
  line-height: 160%;
  margin-bottom: 15px; }

.chr-top {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 18px;
  margin-bottom: 20px;
  margin-top: 20px; }
  .chr-top h3 {
    font-size: 24px;
    color: #000; }
    .chr-top h3 span {
      float: right;
      color: #6e6e6e;
      margin-top: 10px;
      font-size: 14px;
      font-weight: normal; }
      .chr-top h3 span i {
        color: #000; }
      .chr-top h3 span a {
        color: #6e6e6e; }
    .chr-top h3 span a:hover {
      color: #000; }
    .chr-top h3 u {
      text-transform: uppercase;
      font-size: 16px;
      font-style: normal;
      text-decoration: none; }

.nmain_r {
  width: 1000px; }

.synews {
  overflow: hidden;
  padding-bottom: 50px; }

.news {
  margin-top: 30px; }

.news .newsbt {
  text-align: center; }

.news .warp {
  width: 1075px;
  margin: 0 auto; }

.picFocus {
  width: 1300px;
  margin: 0 auto; }

.picFocus .fl {
  width: 49%; }

.news_0606 div.fl {
  position: relative;
  overflow: hidden; }
  .news_0606 div.fl ._hd {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    width: 100%;
    height: 14px;
    text-align: center; }
    .news_0606 div.fl ._hd ul {
      display: inline-block; }
      .news_0606 div.fl ._hd ul li {
        float: left;
        width: 14px;
        height: 14px;
        overflow: hidden;
        margin: 0 5px;
        border-radius: 50%;
        background: #fff;
        font-size: 0; }
        .news_0606 div.fl ._hd ul li.on {
          background: #e1112a; }
  .news_0606 div.fl .bd a {
    display: block; }
    .news_0606 div.fl .bd a img {
      width: 100%; }
.news_0606 div.fr {
  width: 48%;
  overflow: hidden; }
  .news_0606 div.fr ul {
    width: 100%;
    height: 372px; }
    .news_0606 div.fr ul li {
      height: 138px;
      transition: .5s;
      margin-bottom: 31px;
      background: #eee; }
      .news_0606 div.fr ul li:first-child {
        border-top: none; }
      .news_0606 div.fr ul li a {
        display: block;
        height: 100%; }
      .news_0606 div.fr ul li .a1 {
        float: left;
        width: 28%;
        height: 100%;
        text-align: center;
        -webkit-transition: all .5s;
        transition: all .5s;
        background: #fff;
        overflow: hidden; }
        .news_0606 div.fr ul li .a1 img {
          height: 100%;
          margin: 0 -100%; }
      .news_0606 div.fr ul li .a2 {
        float: right;
        width: 72%;
        padding: 10px 15px;
        box-sizing: border-box; }
        .news_0606 div.fr ul li .a2 h5 {
          font-size: 17.5px;
          color: #242424;
          line-height: 30px;
          -webkit-transition: all .5s;
          transition: all .5s; }
        .news_0606 div.fr ul li .a2 p {
          font-size: 12.5px;
          color: #a5a5a5;
          line-height: 20px;
          -webkit-transition: all .5s;
          transition: all .5s; }
      .news_0606 div.fr ul li.on {
        background: #2b4e9f; }
        .news_0606 div.fr ul li.on .a1 {
          color: #fff; }
        .news_0606 div.fr ul li.on .a2 h5 {
          color: #fff; }
        .news_0606 div.fr ul li.on .a2 p {
          color: #fff; }

.syys {
  background: url(../images/1_20.jpg) center top no-repeat;
  height: 929px;
  margin-top: 80px; }
  .syys h3 {
    padding-top: 60px;
    text-align: center; }
  .syys .syys1 {
    position: relative; }
    .syys .syys1 span {
      width: 373px;
      position: absolute; }
      .syys .syys1 span:nth-of-type(1) {
        top: 200px; }
      .syys .syys1 span:nth-of-type(2) {
        top: 400px; }
      .syys .syys1 span:nth-of-type(2), .syys .syys1 span:nth-of-type(1) {
        left: -10px; }
        .syys .syys1 span:nth-of-type(2) u, .syys .syys1 span:nth-of-type(1) u {
          float: right; }
        .syys .syys1 span:nth-of-type(2) i, .syys .syys1 span:nth-of-type(2) b, .syys .syys1 span:nth-of-type(1) i, .syys .syys1 span:nth-of-type(1) b {
          text-align: right; }
      .syys .syys1 span:nth-of-type(3) {
        top: 200px; }
      .syys .syys1 span:nth-of-type(4) {
        top: 400px; }
      .syys .syys1 span:nth-of-type(3), .syys .syys1 span:nth-of-type(4) {
        right: -10px; }
        .syys .syys1 span:nth-of-type(3) b, .syys .syys1 span:nth-of-type(4) b {
          text-align: left;
          float: right; }
        .syys .syys1 span:nth-of-type(3) i, .syys .syys1 span:nth-of-type(4) i {
          text-align: left; }
      .syys .syys1 span u {
        background: #0034ac;
        border: 5px solid #ccc;
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        text-align: center;
        float: left; }
        .syys .syys1 span u img {
          padding-top: 15px;
          margin-left: 5px; }
      .syys .syys1 span b {
        display: block;
        float: left;
        width: 270px;
        color: #2b4e9f;
        font-size: 26px; }
        .syys .syys1 span b i {
          color: rgba(0, 0, 0, 0.616);
          display: block;
          font-size: 16px;
          font-weight: normal; }
    .syys .syys1 h4 {
      position: absolute;
      bottom: -720px;
      left: 35%; }
    .syys .syys1 h5 {
      position: absolute;
      bottom: -592px;
      left: 32.4%; }

.sygsjj {
  height: 675px; }
  .sygsjj dl dt {
    float: left;
    width: 50%;
    background: url(../images/1_13.jpg);
    background-size: cover;
    height: 675px; }
    .sygsjj dl dt .gs_con {
      width: 70%;
      margin: 30px auto;
      float: right; }
      .sygsjj dl dt .gs_con .gs_con2 {
        color: #fff;
        margin-top: 40px;
        line-height: 180%;
        width: 90%; }
        .sygsjj dl dt .gs_con .gs_con2 p {
          color: #fff;
          line-height: 180%; }
        .sygsjj dl dt .gs_con .gs_con2 a {
          display: block;
          width: 200px;
          border: 1px solid #fff;
          color: #fff;
          height: 40px;
          line-height: 40px;
          text-align: center;
          margin-top: 20px;
          transition: all .3s; }
          .sygsjj dl dt .gs_con .gs_con2 a:hover {
            width: 250px;
            background: #fee700;
            border: 1px solid #fee700;
            color: #000; }
      .sygsjj dl dt .gs_con h3 {
        color: #fff;
        font-size: 36px;
        padding-top: 30px; }
        .sygsjj dl dt .gs_con h3 em {
          display: block;
          color: #fff;
          text-transform: uppercase;
          font-size: 47px;
          font-weight: 100; }
      .sygsjj dl dt .gs_con ul {
        overflow: hidden;
        margin-top: 30px; }
        .sygsjj dl dt .gs_con ul li {
          display: block;
          float: left;
          padding-left: 1%;
          background: #022a68;
          width: 150px;
          height: 110px;
          text-align: center;
          margin-right: 20px;
          border-radius: 10px;
          border: 5px solid rgba(255, 255, 255, 0.555); }
          .sygsjj dl dt .gs_con ul li img {
            display: block;
            margin: 0 auto;
            padding-top: 20px; }
          .sygsjj dl dt .gs_con ul li p {
            color: #fff;
            font-size: 16px;
            margin-top: 10px;
            text-align: center; }
  .sygsjj dl dd {
    float: right;
    width: 50%;
    background: url(../images/1_14.jpg);
    background-size: cover;
    height: 675px; }

.showlist li .t {
  text-transform: uppercase; }

@media (max-width: 1460px) {
  .sygsjj dl dt .gs_con {
    width: 94%; } }

/*# sourceMappingURL=chen.css.map */
